home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 115
/
FreelogNo115-MaiJuin2013.iso
/
Systeme
/
Right Click Enhancer
/
Right Click Enhancer Setup.exe
/
Help.chm
/
skin.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2013-04-06
|
2KB
|
158 lines
/*=============================================================================
CHMTemplate Default Skin CSS
Copyright (c) Dmitry Baranov
=============================================================================*/
@charset 'UTF-8';
#content
{
}
#footer
{
margin-top: 1em;
padding-top: 1em;
border-top: 1px dotted #333333;
text-align: center;
}
#header
{
border-bottom: 1px solid #666666;
margin-bottom: 3em;
}
#header h1
{
color: rgb(69, 69, 69);
font-size: 2.2em;
font-weight: 400;
}
.ChmAnnotationLink
{
width: 16px;
height: 16px;
background-image: url('Annotation.png');
}
.ChmDT
{
font-weight: bold;
}
.ChmDD
{
padding-left: 18pt;
}
.copyright
{
color: rgb(102, 102, 102);
display: block;
font-family: "Trebuchet MS";
font-size: 11px;
}
.SubHeading2,
.SubHeading3,
.SubHeading4,
.SubHeading5,
.SubHeading6,
.SubHeading7,
.SubHeading8,
.SubHeading9
{
padding-top: 24pt;
padding-bottom: 6pt;
border-bottom: 1px dotted #FFC200;
margin: 0 0 0 0; /* LibreOffice Fix */
}
a[@href]
{
color: rgb(70, 133, 223);
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
a img
{
border-width: 0 0 0 0;
}
div.PageToc li
{
font-family: "Trebuchet MS", "Verdana", "Arial";
font-size: 10pt;
list-style-image: url('Down.png');
margin-left: 0;
margin-bottom: 5px;
}
div.PageToc li a
{
color: #444444;
}
div.SubToc ul
{
margin-left: 20px;
}
div.SubToc li
{
font-family: "Trebuchet MS", "Verdana", "Arial";
font-size: 10pt;
list-style-type: square;
}
div.SubToc li a
{
color: #333333;
}
legend.ChmCode
{
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
}
p.ChmError
{
padding: 10px;
padding-left: 30px;
background-image: url('Error.png');
background-position-x: 5px;
background-position-y: 10px;
background-repeat: no-repeat;
border: 1px solid #333333;
}
p.ChmNote
{
padding: 10px;
padding-left: 30px;
background-image: url('Note.png');
background-position-x: 5px;
background-position-y: 10px;
background-repeat: no-repeat;
border: 1px solid #333333;
}
p.ChmWarning
{
padding: 10px;
padding-left: 30px;
background-image: url('Warning.png');
background-position-x: 5px;
background-position-y: 10px;
background-repeat: no-repeat;
border: 1px solid #333333;
}